CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Runge kutta matlab

搜索资源列表

  1. ppt05

    0下载:
  2. 基于matlab编程的龙格库塔解题方法,介绍比较详细-Problem solving based on the Matlab programming of Runge-Kutta method, a more detailed introduction
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:895493
    • 提供者:mao lian
  1. IMmod0

    0下载:
  2. MATLAB MATRIX FORMULATON OF INDUCTION MACHINE STATE EQUATIONS with runge kutta ode45
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:15244
    • 提供者:badro
  1. ode78

    0下载:
  2. 龙格库塔78阶积分器,matlab语言。可设置积分参数。缺点是中间过程在积分区间较大是无法显示。-78-order Runge-Kutta integrator, the Matlab language. You can set the integration parameters. The disadvantage is that the intermediate process in the larger integration interval can not be displayed.
  3. 所属分类:Algorithm

    • 发布日期:2016-04-21
    • 文件大小:2048
    • 提供者:cky001
  1. RK4

    0下载:
  2. 1.用四阶 Runge-Kutta 法求数值积分的函数为 RK4 2.此函数的入口参数为:系统维数 dimension,仿真时间 tspan 。 3.tspan 的格式为 [a:h:b] . 其中 a 表示起始时间,h 表示步长,b 表示终止时间。 4.仿真模型的状态方程、输出方程的系数矩阵以及系统初值均存放于文件 input information.txt 中。 5.仿真结果存放于文件 result.txt 中。 6.运行举例: 将 M 文件 RK4.m 和 inpu
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:995
    • 提供者:闫兆敏
  1. 12090721522d38c16af6590044

    0下载:
  2. R 四阶经典的龙格-库塔公式的matlab实现 Other systems 其他 172-R fourth-order classical Runge- Kutta formula matlab Other systems other 172 ...
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-24
    • 文件大小:54157
    • 提供者:万秀
  1. rk4o

    0下载:
  2. runge kutta method in matlab
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:627
    • 提供者:nizar
  1. rk_4

    0下载:
  2. 四阶龙格-库塔算法的matlab程序实现-Fourth-order Runge-Kutta algorithm matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:521
    • 提供者:小阳子
  1. newmatlabfile

    1下载:
  2. 龙格库塔二、三、四阶算法 matlab形式 适合初学者-Runge-Kutta Third, fourth-order algorithm matlab form suitable for beginners to see
  3. 所属分类:Other systems

    • 发布日期:2017-03-18
    • 文件大小:1024
    • 提供者:sylvia
  1. RungKutta

    0下载:
  2. GPS/捷联惯导组合导航中的龙格库塔法的解算,在matlab程序中使用-Runge-Kutta method for solving GPS/SINS integrated navigation, matlab program
  3. 所属分类:GPS develop

    • 发布日期:2017-11-21
    • 文件大小:1236
    • 提供者:lazaty
  1. ADRC-chen

    1下载:
  2. ADRC即自抗扰控制器的matlab仿真程序,包括离散法求输出和龙格库塔法求输出两个M文件。已编译过,参数调好了。-ADRC since the anti-rejection controller matlab simulation program, including the discrete method for the output and the Runge-Kutta method seeking output two M-files. Has been compiled, the p
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:2815
    • 提供者:陈伟
  1. longku_4

    1下载:
  2. 捷联惯导中用于计算四元数微分方程的四阶龙格库塔法matlab程序-SINS quaternion differential equations used to calculate the fourth-order Runge-Kutta method matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:1440
    • 提供者:alex sun
  1. fourth_order_RuggeKutta

    0下载:
  2. 四阶龙格-库塔法的MATLAB实现,给出了程序源代码。-Fourth-order Runge- Kutta method MATLAB implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:575
    • 提供者:king
  1. hanshufangcheng

    0下载:
  2. 都是matlab中经典的函数与方程代码,如埃特金插值,复合求积公式,用欧拉法求一阶常微分方程的数值解,龙格库塔法等-All matlab functions and equations of classical code, such as Aitken interpolation, composite quadrature formula, the first-order Euler method for the numerical solution of ordinary differenti
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:24435
    • 提供者:雷霆
  1. 1673

    0下载:
  2. matlab仿真微分方程,分别用欧拉法,改进欧拉法,龙格库塔法,四阶adams显式隐式算法对比精度。-matlab simulation of differential equations, respectively, with Euler, improved Euler method, Runge-Kutta method, fourth-order implicit algorithm adams explicit comparison accuracy.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:30814
    • 提供者:王帅
  1. eluar

    1下载:
  2. 解微分方程的欧拉法,龙格-库塔法及其 MATLAB 简单 实例欧拉方法(Euler method)用以对给定初值的常微分方程(即初值问题)求解 分为前进 EULER 法、后退 EULER 法-Solution of differential equations of Euler, Runge- Kutta method and MATLAB simple example Euler (Euler method) for a given initial value ordinary differe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:517
    • 提供者:harmanhe
  1. code

    0下载:
  2. matlab 程序代码 线性系统 龙格库塔法 可以解微分方程-matlab code linear system can solve differential equations Runge-Kutta method
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1380
    • 提供者:张敏敏
  1. runge4

    0下载:
  2. 解一阶微分方程的matlab龙格库塔法计算程序算例-Solution of first-order differential equations Runge-Kutta method matlab program examples
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:672
    • 提供者:曾俊
  1. RungeKutta

    0下载:
  2. 常微分方程组的四阶RungeKutta龙格库塔法matlab实现-Fourth-order Runge-Kutta method matlab RungeKutta of ordinary differential equations to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:205351
    • 提供者:zhangyanyan
  1. Movement-Trajectory-of-Bombing

    0下载:
  2. 考虑了轰炸机水平轰炸时投弹方向与载机速度方向不一致的情况,研究了投射炸弹的运动轨迹并建立了一组弹道方程,最后通过MATLAB采用龙格-库塔法求解轰炸弹道。-Considered inconsistent with the carrier aircraft bomb direction speed horizontal direction bombers bombing case study projected trajectory of the bomb and the establishmen
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1203
    • 提供者:龙天
  1. RungeKutta

    0下载:
  2. Runge–Kutta algorithm with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:68119
    • 提供者:mehrzad
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com